home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / network / blts493.zip / ACAD10.TXT < prev    next >
Text File  |  1992-08-23  |  12KB  |  264 lines

  1. TECHNICAL BULLETIN
  2. 09.23.91 AUTOCAD10 MWF (update 08.24.92)
  3. CAD SOFTWARE: AutoCAD 10 (DOS Version), Autodesk, Inc.  
  4.  
  5.  
  6.  
  7. Comment:
  8. AutoCAD Release 10 (DOS) is listed as compatible with LANtastic
  9. NOS 2.57, 3.0X and 4.0X. There has been limited testing in-house.
  10. The following information has been compiled from various
  11. resources on using AutoCAD with LANtastic.
  12.  
  13. Guidelines for using AutoCAD 10 (DOS) with LANtastic:
  14. 1. Use AutoCAD 10 Rev. C7, if possible. If a user has AutoCAD
  15. Rev. C2, Autodesk will provide a free upgrade if the user takes
  16. his original disks to the dealer he purchased AutoCAD from.
  17.  
  18. 2. Using an AutoCAD workstation as a server for sharing a plotter
  19. or printer-plotter is not recommended since AutoCAD is a very
  20. processor-time intensive application (and disk intensive if a
  21. RAMDISK isn't used for .EXE and .OVL files - see note 11).
  22. Performance of AutoCAD and/or the network can be severely reduced
  23. by background plotter or printer-plotter despooling (generally
  24. seen as slow or jerky crosshair movement). The ideal AutoCAD
  25. network configuration would include a dedicated server with
  26. harddrive and ports to control the plotter(s) and
  27. printer-plotter(s), thus allowing the AutoCAD workstations to
  28. have 100% of their own processor time available for AutoCAD
  29. functions.
  30.  
  31. 3. Set FCBS=16,8 and FILES=30 in CONFIG.SYS on workstations
  32. running AutoCAD 10 (DOS). Higher values may degrade performance.
  33. If the workstation will be running other DOS applications, FCBS=
  34. and FILES= may need to be higher.
  35.  
  36. 4. Specialty video boards on workstations running AutoCAD may
  37. cause problems. If problems arise with video boards, check to see
  38. which video driver is being used. If the driver was supplied by
  39. the video card manufacturer, change to the video driver supplied
  40. with AutoCAD (after putting the video adapter in the default mode
  41. for EGA or VGA). If the problems disappear, this suggests that
  42. the manufacturer-supplied driver is at fault.
  43.  
  44. 5. Almost all CAD programs have memory resident utilities
  45. available to speed up video display (such as Display List
  46. Drivers). Some video utilities MUST be loaded BEFORE the network
  47. to work correctly (they do disk access like caches). Drivers that
  48. do not overflow to disk have shown excellent results being loaded
  49. after the network, even on a server. Drivers that are removable
  50. from memory after exiting AutoCAD can be a great benefit if the
  51. AutoCAD workstation is also being used for other DOS
  52. applications. 
  53.  
  54. 6. AutoCAD files can be corrupted when used on a network since
  55. AutoCAD closes the drawing file once it is loaded into RAM (like
  56. Lotus 2.01 & below) leaving DOS and SHARE unaware another user
  57. has the file in-use. Therefore, users on a multi-station AutoCAD
  58. network that share a common drawing fileserver will have to give
  59. special attention to the issue of file sharing. 
  60.  
  61. 7. If using a common drawing fileserver, configure each AutoCAD
  62. workstation to have a unique network node name. From the main
  63. AutoCAD menu, select "5. Configure AutoCAD", "8. Configure
  64. operating parameters", "6. Network node name" and enter a three
  65. character name unique to each workstation. If this is not done,
  66. you may get a system error message from AutoCAD, indicating a
  67. sharing violation.
  68.  
  69. 8. If plotter performance is slow, or pauses intermittently, on
  70. an AutoCAD workstation/server that is sharing a plotter, increase
  71. the CPS to the plotter (using the max of 32767 is OK, but the
  72. tradeoff is poor AutoCAD performance). NOTE: The only way to
  73. eliminate the performance degradation of an AutoCAD workstation
  74. during plotting or printer-plotter despooling is to have the
  75. server not running AutoCAD during the despooling function. See
  76. note 2 on using a dedicated print server.
  77.  
  78. 9. To share a plotter or printer-plotter, AutoCAD must output to
  79. file. The important item to keep in mind is that AutoCAD never
  80. communicates with the plotter (or printer-plotter), instead, it
  81. outputs to a file on disk. All communication with the plotter or
  82. printer-plotter device(s) is handled by the network. Configure
  83. AutoCAD to plot to a file, set the filename to the name of the
  84. printer port that is redirected to @PLOTTER (the shared resource
  85. plotter). Set the LPT TIMEOUT to 0 (zero), and AutoCAD will close
  86. the plotjob when it has completed writing the plot file to disk.
  87.  
  88.     Example: NET USE LPT1 \\SERVER\@PLOTTER and plot to a file
  89. named "LPT1".
  90.  
  91. NOTE: Printer-plotting is much more complex than pen-plotting
  92. because a pen plotter can start the plot at any X,Y point on the
  93. paper and finish at any X,Y point. A printer-plot must process
  94. the top line before the second line, the second before the third
  95. and so on until the bottom of the page. The rasterization of the
  96. printer-plot requires more time from AutoCAD to process the data
  97. and the higher the resolution of the printer-plot, the larger the
  98. file becomes. For high-resolution printer-plots, it is
  99. recommended to plot to a file, shell from AutoCAD and use the NET
  100. PRINT command to copy the printer-plot file to the network
  101. spooler, i.e.:
  102.  
  103.   1.   Plot to a file named MWF (or any other filename not
  104.        already in use). Give a full path name.
  105.   2.   Enter "SHELL" from the drawing editor and press the
  106.        <ENTER> key twice.
  107.   3.   CD\ to the directory where the plot file is located
  108.        (given in Step 1).
  109.   4.   Enter "NET PRINT/BINARY MWF.PLT LPT1". Printer-plots must
  110.        be copied in BINARY format or the printed output may be
  111.        cut off, distorted and/or spread out over multiple pages.
  112.   5.   After the printer-plot is completed, be sure to delete
  113.        the file from disk.
  114.  
  115. The recommended serial communication protocol for the network to
  116. the plotter is 9600, 8, 1, N, using XON/XOFF flow control. Some
  117. plotters that will only accept HARDWARE flow control require a
  118. HARDWARE cable - a straight-thru serial cable will not allow
  119. HARDWARE flow control communications. The next best protocol is
  120. 9600, 7, 1, E, XON/XOFF. If the plotter and @PLOTTER shared
  121. resource are not configured exactly the same, plotting will not
  122. be successful.
  123.  
  124. NOTE: If the plotter does not automatically go OFF-LINE at the
  125. completion of a plot, it is recommended to edit the SETUP STRING
  126. for @PLOTTER (located in NET_MGR, Shared Resources Management) to
  127. include the ASCII or <ESC> codes needed to take the plotter
  128. off-line at the start of a plot to allow for paper changes. If
  129. this is not done, it will be possible for multiple plot jobs in
  130. the spooler to be plotted over the same sheet of paper. If the
  131. plotter has an automatic paper feeder/cutter, this may not be
  132. necessary.
  133.  
  134. 10. If you get an error when trying to load the NET MENU when
  135. SHELL'ing out of AutoCAD such as "ERROR: The memory limit has
  136. been exceeded, can't load NET MENU module.", edit the following
  137. line in the ACAD.PGP file (in the C:\ACAD directory):
  138.  
  139.      SHELL,,220000,*DOS Command: ,0
  140.  
  141. this will allocate 220K memory, which is enough to run the NET
  142. MENU program. 
  143.  
  144. 11. Using a cache, and/or a RAMDISK, with AutoCAD will improve
  145. performance. On a computer having 4 Meg RAM, try a cache size of
  146. 512K leaving 2.5 Meg of extended or expanded memory available for
  147. AutoCAD.
  148.  
  149. DOS Notes:
  150. 1. If you are saving drawing files across the network (to a
  151. redirected drive) and using DOS 4.01 or higher, AND using a
  152. REDIR.EXE earlier than 4.10, you must load FCB.EXE after the
  153. REDIR command line. (This file is available on the Artisoft BBS
  154. or by calling Technical Support.)  FCB.EXE is not used with NOS
  155. 4.10.
  156.  
  157. 2. If using DOS 4.01, SHARE.EXE must be loaded if extended DOS
  158. partitions are used on the harddrive (partitions greater than 32
  159. Meg). Set FCBS=48,8 in CONFIG.SYS. 
  160.  
  161. 3. If using MS-DOS 5.0, SHARE.EXE is not required for large disk
  162. partitions. 
  163.  
  164. NOS Notes:
  165. A new feature in NOS 4.10, called IMMEDIATE DESPOOLING, can
  166. reduce printing and plotting time. To enable this new feature,
  167. run NET_MGR, select "Shared Resources Management" and enable
  168. "Immediate Despooling". Set "Despool Timeout" to 0 (which will
  169. display as "DISABLED"). It is important to set the despool
  170. timeout to zero for plotters and postscript printers. This must
  171. be set individually for each postscript printer or plotter device
  172. under "Shared Resources Management.
  173.  
  174. Memory Managers:
  175. 1. AutoCAD can be configured to use Extended memory, Expanded
  176. memory or a combination of both memory types. Expanded memory
  177. must be VCPI compliant (QEMM or 386 to the MAX are VCPI compliant
  178. memory managers that are compatible with LANtastic). HIMEM.SYS
  179. that comes with MS-DOS 5.0 creates XMS which is not VCPI
  180. compliant and should not be used with AutoCAD without also
  181. loading EMM386.EXE, which converts XMS into EMS. 
  182.  
  183. 2. Most of the network drivers can be successfully loaded into
  184. high memory using utilities that come with the above listed
  185. memory managers. 
  186.  
  187. Sample BATCH files:
  188. AUTOEXEC.BAT:
  189. PATH=C:\;C:\DOS;\BATCH;C:\UTILITY;C:\LANTASTI 
  190. AEX                             :REM Load the netbios drivers.
  191.                                 Can be loaded high.
  192. AILANBIO 
  193. REDIR ALEX1 LOGINS=5               :REM Can be loaded high.
  194. LANCACHE CACHE_SIZE=512 TYPE=EMS   :REM 512K cache. Can be loaded
  195.                                    high.
  196. SERVER                             :REM Server is optional. Can
  197.                                    be loaded high.
  198. NET LOGIN \\ALEX1 ALEX1              :REM Login to servers as
  199.                                      needed.
  200. NET USE LPT1 \\ALEX1\@PRINTER      :REM Redirect LPT1 to the
  201.                                    shared printer-plotter.
  202. NET USE COM2 \\ALEX1\@PLOTTER      :REM Redirect COM2 to the
  203.                                    shared plotter.
  204. NET LPT TIMEOUT 10 
  205. NET QUEUE HALT \\ALEX1 COM1          :REM If a server, halt
  206.                                      QUEUE for mouse/digitizer
  207.                                      port.
  208. PROMPT=$P$G
  209. MENU
  210.  
  211. LOADACAD.BAT:  
  212. PATH=C:\;C:\DOS;C:\BATCH;C:\UTILITY;C:\LANTASTI;C:\ACAD
  213. NET LPT TIMEOUT 0                    :REM Set LPT TIMEOUT to
  214.                                      zero.
  215. CD\ACAD\DWG
  216. REM Set the environments.
  217. SET DLDCFG=C:\ET4\      
  218. SET ACADLIMEM=220
  219. SET ACAD=C:\ACAD
  220. SET LISPHEAP=nnn                   :REM Set "nnn" according to
  221.                                    application.
  222. SET LISPSTACK=ppp                  :REM Set "ppp" according to
  223.                                    application.
  224. SET ACADFREERAM=30
  225. C:\ET4\DLDVG256                    :REM Real-mode Display List
  226.                                    Driver. 
  227. ACAD   
  228. C:\ET4\DLDVG256 -U                 :REM Unload the DLD from
  229.                                    memory.
  230. REM Clear all environment settings.
  231. PATH=C:\;C:\DOS;C:\BATCH;C:\UTILITY;C:\LANTASTI
  232. SET DLDCFG=
  233. SET ACADLIMEM=
  234. SET ACAD=
  235. SET LISPHEAP=
  236. SET LISPSTACK=
  237. SET ACADFREERAM=
  238. NET LPT TIMEOUT 10
  239. CD\
  240.  
  241. FINAL NOTE:
  242. This document has been designed to provide a guideline for con-
  243. figuring AutoCAD 10 (DOS version) with LANtastic. Additional
  244. configuration may be necessary to accommodate your specific
  245. network setup. If a unique problem arises which we are unable to
  246. resolve either through phone contact with our technical support
  247. or through this bulletin, a problem report can be filed through
  248. our technical support staff. 
  249.  
  250. ARTISOFT, Inc. makes no warranties as to the completeness or
  251. accuracy of this document. LANtastic is a trademark of ARTISOFT,
  252. Inc. Brand names and products are trademarks or registered
  253. trademarks of their respective companies.
  254.  
  255. Any questions or suggestions on this bulletin may be mailed to
  256. our offices:
  257. Artisoft, Inc.
  258. 691 East River Road,Tucson, AZ 85704
  259. ATTN: Compatibility Department / AutoCAD Support 
  260.  
  261. Vendor Info:
  262. Autodesk, Inc.       
  263. (415) 332-2344
  264. (Contact your Autodesk dealer for questions concerning AutoCAD.)